home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / masaofis / um200 / UNINSMAN.EN_ / 0 / RCDATA / TOPTIONBOX / TOPTIONBOX.txt
Text File  |  1998-03-25  |  3KB  |  123 lines

  1. object Optionbox: TOptionbox
  2.   Left = 180
  3.   Top = 116
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 260
  8.   ClientWidth = 332
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 245
  21.     Top = 224
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'OK'
  25.     ModalResult = 2
  26.     TabOrder = 0
  27.   end
  28.   object PageControl1: TPageControl
  29.     Left = 2
  30.     Top = 8
  31.     Width = 319
  32.     Height = 201
  33.     ActivePage = TabSheet1
  34.     TabOrder = 1
  35.     object TabSheet1: TTabSheet
  36.       Caption = 'General'
  37.       object RadioGroup1: TRadioGroup
  38.         Left = 8
  39.         Top = 16
  40.         Width = 280
  41.         Height = 120
  42.         Caption = 'Options'
  43.         TabOrder = 3
  44.       end
  45.       object CheckBox1: TCheckBox
  46.         Left = 20
  47.         Top = 46
  48.         Width = 225
  49.         Height = 17
  50.         Hint = 
  51.           'Check this option to  restore deleted files later from recycle b' +
  52.           'in'
  53.         Caption = 'Send deleted files to recycle bin'
  54.         ParentShowHint = False
  55.         ShowHint = False
  56.         TabOrder = 0
  57.         OnMouseUp = CheckBox1MouseUp
  58.       end
  59.       object CheckBox2: TCheckBox
  60.         Left = 20
  61.         Top = 72
  62.         Width = 201
  63.         Height = 17
  64.         Hint = 
  65.           'Check this option to automaticaly start checking new additions t' +
  66.           'o your system'
  67.         Caption = 'Automatic compare at startup'
  68.         ParentShowHint = False
  69.         ShowHint = False
  70.         TabOrder = 1
  71.       end
  72.       object CheckBox3: TCheckBox
  73.         Left = 20
  74.         Top = 98
  75.         Width = 241
  76.         Height = 17
  77.         Caption = 'Show file icons   (slower) '
  78.         TabOrder = 2
  79.       end
  80.     end
  81.     object TabSheet2: TTabSheet
  82.       Caption = 'Quick Clean'
  83.       object RadioGroup3: TRadioGroup
  84.         Left = 8
  85.         Top = 16
  86.         Width = 280
  87.         Height = 70
  88.         Caption = 'Add to Quick Clean check list'
  89.         TabOrder = 0
  90.       end
  91.       object CheckBox5: TCheckBox
  92.         Left = 20
  93.         Top = 46
  94.         Width = 181
  95.         Height = 17
  96.         Caption = '.gid files (help file index)'
  97.         TabOrder = 1
  98.       end
  99.     end
  100.     object TabSheet3: TTabSheet
  101.       Caption = 'Internet'
  102.       object RadioGroup2: TRadioGroup
  103.         Left = 8
  104.         Top = 16
  105.         Width = 280
  106.         Height = 70
  107.         Caption = 'Internet'
  108.         TabOrder = 0
  109.       end
  110.       object CheckBox4: TCheckBox
  111.         Left = 20
  112.         Top = 46
  113.         Width = 217
  114.         Height = 17
  115.         Caption = 'Don'#39't list msie caches   (recommended)'
  116.         ParentShowHint = False
  117.         ShowHint = False
  118.         TabOrder = 1
  119.       end
  120.     end
  121.   end
  122. end
  123.